home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / DAMAGE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-13  |  101 b   |  8 lines

  1. #ifndef _DAMAGE_
  2. #define _DAMAGE_
  3.  
  4. void Give_Damage(pobject the_obj, short amount);
  5.  
  6. #endif
  7.  
  8.